Unmute Channel
Unmute notifications for a specific channel.
Authentication Required
Login to swap the placeholders with your real Instance ID and Access Token.
Log InNo query parameters required
This endpoint doesn't expect data in the URL.
Best practices
Unmute mainly for time-sensitive channels like News or Alerts.
Monitor notification volume to ensure it's manageable.
Loud and Clear: Unmuting Channels
The /v2/channels/{id}/unmute endpoint restores the notification privileges for a channel. This corresponds to the "Unmute" action in the mobile app.
🔊 Restoring Priority
When you unmute a channel, you are elevating its status in the user's perception.
Behavior Changes:
- Push Notifications: The connected phone will now vibrate/ring for every new post.
- Badge Count: New messages will increment the unread counter.
- Visibility: The channel will likely move to the top of the "Updates" list when new content arrives.
💡 Strategic Usage
1. The "VIP" Subscription
If your application allows users to follow many topics, you might offer a "VIP Alert" feature.
- Workflow:
- User follows 50 channels (all muted by default or by script).
- User marks "Breaking News" as a Priority in your UI.
- Your backend calls
/unmutespecifically for that channel. - Result: The user gets buzzes only for what matters most, while still having access to the broad feed of other data.
Request Parameters
Configure the parameters required to interact with this endpoint. All query and body arguments are listed below with their details.
Request Body
Sent as a JSON objectstring | Your unique WhatsApp Instance ID Example: | ||
string | Your API Access Token Example: | ||
string | The unique ID of the channel Example: |
Request Samples
Use these ready-to-go code snippets to integrate our API into your project quickly and efficiently. Choose your preferred language and library.
Expected Responses
Explore all possible responses and outcomes from the server. We have documented each status code with data examples to make success and error handling easier.
Example
{
"status": "success",
"message": "Channel unmuted"
}Command Palette
Search for a command to run...